.ggh-contact-us-common-view {
    position: fixed;
    left: 0;
    z-index: 1000;
    top: calc(50% - 180px);
}
@media screen and (max-width:576px) {
    .ggh-contact-us-common-view{
        display: none;
    }
}
@media screen and (min-width:576px) {
    .ggh-contact-us-common-view{
        display: none;
    }
}
@media screen and (min-width:786px) {
    .ggh-contact-us-common-view{
        display: none;
    }
}
@media screen and (min-width:992px) {
    .ggh-contact-us-common-view{
        display: block;
    }
}

.ggh-contact-us-common-view .image-bg-view {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    background-color: var(--main-color);
    color: white;
}

.ggh-contact-us-common-view .image-bg-view h6 {
    margin-top: 30px;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
}

.ggh-contact-us-common-view .image-bg-view .iconfont.website_base_component_close {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 99;
    font-size: 12px !important;
    cursor: pointer;
}
.ggh-contact-us-common-view .image-bg-view .iconfont.website_base_component_close img{
    width: 16px;
}

.ggh-contact-us-common-view .image-bg-view .content-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.ggh-contact-us-common-view .image-bg-view .content-wrap .content {
    flex: 1;
    height: auto;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.ggh-contact-us-common-view .image-bg-view .content-wrap .content .qq-contact {
    display: flex;
    flex-direction: column;
    background-color: white;
    width: 120px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 550;
}

.ggh-contact-us-common-view .image-bg-view .content-wrap .content .qq-contact a {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.ggh-contact-us-common-view .image-bg-view .content-wrap .content .qq-contact a img {
    margin: 5px 10px;
}

.ggh-contact-us-common-view .image-bg-view .content-wrap .content .wechat-contact {
    width: 120px;
    max-height: 120px;
    margin-top: 15px;
}

.ggh-contact-us-common-view .image-bg-view .content-wrap .content .phone-contact {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.ggh-contact-us-common-view .image-bg-view .content-wrap .content .phone-contact .top {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ggh-contact-us-common-view .image-bg-view .content-wrap .content .phone-contact .iconfont {
    font-size: 23px !important;
    margin-right: 5px;
}
.ggh-contact-us-common-view .image-bg-view .content-wrap .content .phone-contact span{
    text-align: center;
}